projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45d42f8
)
Fix misnamed variable breaking GNUstep
author
Ahmed Khanzada
<lenzuru@gmail.com>
Sat, 18 Apr 2020 19:15:17 +0000
(12:15 -0700)
committer
Alan Third
<alan@idiocy.org>
Sat, 18 Apr 2020 19:52:34 +0000
(20:52 +0100)
* src/nsterm.m (ns_set_offset): Use correct variable.
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/nsterm.m
b/src/nsterm.m
index 9cd1c9d8602f51ccfba8d8fd13a6d80437d81f09..5eb44639f5620cdd9970236c377ae39be2791f12 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-1875,7
+1875,7
@@
ns_set_offset (struct frame *f, int xoff, int yoff, int change_grav)
FIXME: Surely there's a better way than just hardcoding 100
in here? */
-
boundsRect.origin
.x = 100;
+
topLeft
.x = 100;
#endif
}